Uses of Interface
observations.DomainInterface

Packages that use DomainInterface
observations The observations package represents the domain layer.  
 

Uses of DomainInterface in observations
 

Classes in observations that implement DomainInterface
 class DomainObject
          DomainObject Every object should inherit from this one.
 class Measurement
          Measurement Represents something like 'bloodpressure 120 mm/Hg'.
 class NullPhenomenon
          NullPhenomenon Special phenomenon without a name.
 class Observation
          Observation Represents something like '10.10.04 bloodpressure high'.
 class Patient
          Patient Represents a patient with all associated data and grants retrieval of phenomena, measurements and observations.
 class Phenomenon
          Phenomenon Is a particular phenomenon like 'high' or 'obese'.
 class PhenomenonType
          PhenomenonType Is a particular type of phenomenon, e.g.
 class Unit
          Unit Simple unit like 'Euros' or 'Dollars'.